T
The type of the users in the collection.
Keysight Pathwave 89600 VSA .NET API
UserCollection<T> Class
Members  See Also 
Agilent.SA.Vsa.NBIot.Interfaces Assembly > Agilent.SA.Vsa.NBIot Namespace : UserCollection<T> Class


Glossary Item Box

The UserCollection<T> class contains properties and methods that are common to the manipulation of a collection of users.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class UserCollection(Of T As Class) 
   Inherits Agilent.SA.Vsa.RemotableCollection(Of T)
   Implements Agilent.SA.Vsa.ICollectionBaseAgilent.SA.Vsa.ICollectionBase(Of T)Agilent.SA.Vsa.IPropertyInfoAgilent.SA.Vsa.IPropertyInfo2Agilent.SA.Vsa.IRemoteNotifyCollectionChangedAgilent.SA.Vsa.IRemoteNotifyPropertyChangedAgilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3 
C# 
public abstract class UserCollection<T> : Agilent.SA.Vsa.RemotableCollection<T>, Agilent.SA.Vsa.ICollectionBaseAgilent.SA.Vsa.ICollectionBase<T>Agilent.SA.Vsa.IPropertyInfoAgilent.SA.Vsa.IPropertyInfo2Agilent.SA.Vsa.IRemoteNotifyCollectionChangedAgilent.SA.Vsa.IRemoteNotifyPropertyChangedAgilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3  
where T: class
C++/CLI 
generic<typename T>
public ref class UserCollection abstract : public Agilent.SA.Vsa.RemotableCollection<T>, Agilent.SA.Vsa.ICollectionBaseAgilent.SA.Vsa.ICollectionBase<T>Agilent.SA.Vsa.IPropertyInfoAgilent.SA.Vsa.IPropertyInfo2Agilent.SA.Vsa.IRemoteNotifyCollectionChangedAgilent.SA.Vsa.IRemoteNotifyPropertyChangedAgilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3  
where T: ref class

Type Parameters

T
The type of the users in the collection.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also